home *** CD-ROM | disk | FTP | other *** search
- %%BeginCustomForm: 1.0
- /BeginCustomForm {
- /b4_Inc_state save def
- /dict_count countdictstack def
- /op_count count 1 sub def
- userdict begin
- /showpage {} def /copypage {} def
- 0 setgray 0 setlinecap
- 1 setlinewidth 0 setlinejoin
- 10 setmiterlimit [] 0 setdash
- newpath
- /languagelevel where
- {pop languagelevel
- 1 ne
- {false setstrokeadjust false setoverprint
- } if
- } if
- } bind def
- /EndCustomForm {
- count op_count sub {pop} repeat
- countdictstack dict_count sub {end} repeat
- b4_Inc_state restore
- } bind def
- BeginCustomForm
- gsave
- 0 0 translate 1 -1 scale
-